home *** CD-ROM | disk | FTP | other *** search
/ PC Media 4 / PC MEDIA CD04.iso / share / prog / pcl4c42 / term._m_ < prev    next >
Encoding:
Text File  |  1994-08-21  |  839 b   |  34 lines

  1. #
  2. # Microsoft makefile for TERM.C ( small model )
  3. #
  4. .c.obj:
  5.      cl /AS /c $*.c
  6.  
  7. term.obj: term.c pcl4c.h ascii.h term.h term.cfg
  8.  
  9. dos_io.obj:  dos_io.c
  10.  
  11. dir_io.obj:  dir_io.c
  12.  
  13. crc.obj:  crc.c
  14.  
  15. term_io.obj:  term_io.c pcl4c.h ascii.h term.h
  16.  
  17. modem_io.obj: modem_io.c pcl4c.h ascii.h term.cfg
  18.  
  19. amodem.obj: amodem.c pcl4c.h ascii.h
  20.  
  21. xymodem.obj:  xymodem.c pcl4c.h ascii.h
  22.  
  23. xypacket.obj: xypacket.c pcl4c.h ascii.h
  24.  
  25. allocseg.obj: allocseg.c
  26.  
  27. si.obj: si.c pcl4c.h ascii.h
  28.  
  29. opcodes.obj: opcodes.c pcl4c.h ascii.h
  30.  
  31. term.exe: term.obj term_io.obj modem_io.obj dir_io.obj dos_io.obj crc.obj \
  32.           allocseg.obj amodem.obj xymodem.obj xypacket.obj si.obj opcodes.obj \
  33.           pcl4c_s.lib
  34.      link/map term+allocseg+term_io+modem_io+dir_io+dos_io+crc+amodem+xymodem+xypacket+si+opcodes,term,,pcl4c_s.lib;